[18.0][ADD] web_backend_action: New Module#3368
Open
GabbasovDinar wants to merge 1 commit into
Open
Conversation
605ae11 to
55076e3
Compare
9c7a51b to
3217d31
Compare
ivs-cetmix
approved these changes
Dec 2, 2025
Member
ivs-cetmix
left a comment
There was a problem hiding this comment.
@GabbasovDinar thank you for your contribution! Please check the comments, otherwise functional LGTM.
| ) | ||
| ``` | ||
|
|
||
| **Filter by record (`res_id`)** |
Member
There was a problem hiding this comment.
I would recommend to make it a list instead of integer res_ids.
Eg: "Show a pop-up in all draft quotations opened in form view".
Member
There was a problem hiding this comment.
This is an old icon, please remove it. It will be added automatically on merge.
| "license": "LGPL-3", | ||
| "author": "Odoo Community Association (OCA), Dinar Gabbasov", | ||
| "website": "https://github.com/OCA/web", | ||
| "depends": ["web", "bus"], |
Member
There was a problem hiding this comment.
'web' already depends on 'bus', no need to add it explicitly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new technical web addon that allows backend code to trigger standard Odoo UI actions in the user’s browser in real time via the bus. Instead of only showing a notification, the client can automatically open a wizard, switch to a list/form view, or refresh the current screen when certain conditions are met.